src: reimplement checksum hex and base64 en/decoding
authorFelix Krull <f_krull@gmx.de>
Wed, 26 Aug 2020 17:45:32 +0000 (19:45 +0200)
committerColin Walters <walters@verbum.org>
Fri, 6 May 2022 16:53:56 +0000 (12:53 -0400)
commit19076fe6d8b337a1f22f7be91d70cdcbd4cc980c
tree3e7ae9d2f078cde8db837799f75d05649dfd253c
parentf3b0bbe64ceb4f68337c466f653d0d9f3135b3eb
src: reimplement checksum hex and base64 en/decoding

This allows us to provide actually useful error handling
rust-bindings/rust/Cargo.toml
rust-bindings/rust/src/checksum.rs
rust-bindings/rust/src/lib.rs